* progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the
authorChong Yidong <cyd@stupidchicken.com>
Wed, 15 Nov 2006 16:30:48 +0000 (16:30 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 15 Nov 2006 16:30:48 +0000 (16:30 +0000)
commit1338e8784517969730c027a7310cb08b2d27fca0
tree238c508ce097b933a0f830977dcbe28d2b7d273f
parent145210ba413b8ac7631936cdd32dcdd1637e506f
* progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the
top-level or inside a class declaration, use c-at-toplevel-p
rather than a variable instantiation to recognise a function
declaration.  Suggested by Feng Li <fengli@gmail.com>.
lisp/ChangeLog